﻿#Order_To_Warehouse td {
    padding: 8px !important;
}

#Order_To_Warehouse table th {
    color: #fff;
    border-style: unset;
    border-width: unset;
    font-size: 12px;
}

#Order_To_Warehouse th:nth-child(1) {
    border-radius: 10px 0 0 0;
}

#Order_To_Warehouse th:last-child {
    border-radius: 0 10px 0 0;
}

table {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

table td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

table th {
    padding: 10px;
}

.btn-custom-edit {
    /*position: absolute;*/
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.3s;
    color: green;
}

.btn-custom-edit:hover {
    background-color: aquamarine;
    border-radius: 5px;
    color: #fff;
}

.btn-custom-delete {
    /*position: absolute;*/
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.3s;
    color: red;
}

.btn-custom-delete:hover {
    background-color: red;
    border-radius: 5px;
    color: #fff;
}

.btn-search {
    position: absolute;
    background-color: transparent;
    margin-right: 10px;
}

button.btn-search:focus {
    outline: none;
}

.btn-custom {
    position: absolute;
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.5s;
}
.btn-custom:hover {
    background-color: aquamarine;
    border-radius: 5px;
}
.card {
    height: -webkit-fill-available;
}
/*.card .card-header {
    padding-top: 10px;
}*/
.btn-hover {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    color: white;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.btn-hover:hover {
    filter: brightness(0.8);
    transform: scale(1.05);
}
.bookmark {
    display:flex;
    border-radius: 5px;
    background-color: #e5e7e9 !important;
    position: fixed;
    top: 90px;
    z-index: 10;
    right: 20px;
    padding: 0 15px 10px 15px;
    box-shadow: none;
    transition: 0.3s ease;
    text-align: right;
}
.bookmark.scrolled {
    border: 1px solid #e5e7e9 !important;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    background-color: #e5e7e9 !important;
    padding: 5px 25px 15px 25px;
    margin-top: 5px;
    transition: 0.3s ease;
}
.bookmark .display-bookmart {
    display: none;
}
.dataTables_wrapper table.dataTable{
    border:none;
}
#OrderToWarehouseTruck th:nth-child(1),
#OrderToWarehouseCargo th:nth-child(1) {
    border-radius: 10px 0 0 0;
}

#OrderToWarehouseTruck th:last-child,
#OrderToWarehouseCargo th:last-child {
    border-radius: 0 10px 0 0;
}